[INFO] cloning repository https://github.com/jchristy3/RustAdventOfCode2023
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jchristy3/RustAdventOfCode2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjchristy3%2FRustAdventOfCode2023", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjchristy3%2FRustAdventOfCode2023'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0fb03a7b4da431799cd3a18d5d69b5e6134317c3
[INFO] checking jchristy3/RustAdventOfCode2023 against try#8a2f6fe57adadb246778b8d41925d3dc46d468cb for pr-158320
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjchristy3%2FRustAdventOfCode2023" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jchristy3/RustAdventOfCode2023
[INFO] finished tweaking git repo https://github.com/jchristy3/RustAdventOfCode2023
[INFO] tweaked toml for git repo https://github.com/jchristy3/RustAdventOfCode2023 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jchristy3/RustAdventOfCode2023 on toolchain 8a2f6fe57adadb246778b8d41925d3dc46d468cb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8a2f6fe57adadb246778b8d41925d3dc46d468cb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jchristy3/RustAdventOfCode2023 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8a2f6fe57adadb246778b8d41925d3dc46d468cb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6653a37b0a3a2472043b8b52eeeade141b8f5073e42c9f8ac6fd0b856e945cad
[INFO] running `Command { std: "docker" "start" "6653a37b0a3a2472043b8b52eeeade141b8f5073e42c9f8ac6fd0b856e945cad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6653a37b0a3a2472043b8b52eeeade141b8f5073e42c9f8ac6fd0b856e945cad" "/opt/rustwide/cargo-home/bin/cargo" "+8a2f6fe57adadb246778b8d41925d3dc46d468cb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6653a37b0a3a2472043b8b52eeeade141b8f5073e42c9f8ac6fd0b856e945cad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6653a37b0a3a2472043b8b52eeeade141b8f5073e42c9f8ac6fd0b856e945cad" "/opt/rustwide/cargo-home/bin/cargo" "+8a2f6fe57adadb246778b8d41925d3dc46d468cb" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking AdventOfCode v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: value assigned to `calibration_string` is never read
[INFO] [stdout]   --> src/main.rs:25:38
[INFO] [stdout]    |
[INFO] [stdout] 25 |         let mut calibration_string = String::new();
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 48 |         calibration_string = first_digit.to_string();
[INFO] [stdout]    |         ------------------ `calibration_string` is overwritten here before the previous value is read
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `calibration_string` is never read
[INFO] [stdout]   --> src/main.rs:25:38
[INFO] [stdout]    |
[INFO] [stdout] 25 |         let mut calibration_string = String::new();
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 48 |         calibration_string = first_digit.to_string();
[INFO] [stdout]    |         ------------------ `calibration_string` is overwritten here before the previous value is read
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0382]: use of moved value: `expected_sum`
[INFO] [stdout]   --> src/main.rs:86:29
[INFO] [stdout]    |
[INFO] [stdout] 58 |     let mut expected_sum: HashMap<&str, &i32> = HashMap::new();
[INFO] [stdout]    |         ---------------- move occurs because `expected_sum` has type `HashMap<&str, &i32>`, which does not implement the `Copy` trait
[INFO] [stdout] ...
[INFO] [stdout] 64 |     for line in input.lines() {
[INFO] [stdout]    |     ------------------------- inside of this loop
[INFO] [stdout] ...
[INFO] [stdout] 86 |         for (key, value) in expected_sum {
[INFO] [stdout]    |                             ^^^^^^^^^^^^ `expected_sum` moved due to this implicit call to `.into_iter()`, in previous iteration of loop
[INFO] [stdout]    |
[INFO] [stdout] note: `into_iter` takes ownership of the receiver `self`, which moves `expected_sum`
[INFO] [stdout]   --> /rustc/8a2f6fe57adadb246778b8d41925d3dc46d468cb/library/core/src/iter/traits/collect.rs:312:17
[INFO] [stdout] help: consider iterating over a slice of the `HashMap<&str, &i32>`'s content to avoid moving into the `for` loop
[INFO] [stdout]    |
[INFO] [stdout] 86 |         for (key, value) in &expected_sum {
[INFO] [stdout]    |                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `part_num`
[INFO] [stdout]   --> src/main.rs:56:39
[INFO] [stdout]    |
[INFO] [stdout] 56 | fn get_possible_game_sum(input: &str, part_num: &str) -> i32 {
[INFO] [stdout]    |                                       ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_part_num`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0382]: use of moved value: `expected_sum`
[INFO] [stdout]   --> src/main.rs:86:29
[INFO] [stdout]    |
[INFO] [stdout] 58 |     let mut expected_sum: HashMap<&str, &i32> = HashMap::new();
[INFO] [stdout]    |         ---------------- move occurs because `expected_sum` has type `HashMap<&str, &i32>`, which does not implement the `Copy` trait
[INFO] [stdout] ...
[INFO] [stdout] 64 |     for line in input.lines() {
[INFO] [stdout]    |     ------------------------- inside of this loop
[INFO] [stdout] ...
[INFO] [stdout] 86 |         for (key, value) in expected_sum {
[INFO] [stdout]    |                             ^^^^^^^^^^^^ `expected_sum` moved due to this implicit call to `.into_iter()`, in previous iteration of loop
[INFO] [stdout]    |
[INFO] [stdout] note: `into_iter` takes ownership of the receiver `self`, which moves `expected_sum`
[INFO] [stdout]   --> /rustc/8a2f6fe57adadb246778b8d41925d3dc46d468cb/library/core/src/iter/traits/collect.rs:312:17
[INFO] [stdout] help: consider iterating over a slice of the `HashMap<&str, &i32>`'s content to avoid moving into the `for` loop
[INFO] [stdout]    |
[INFO] [stdout] 86 |         for (key, value) in &expected_sum {
[INFO] [stdout]    |                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `part_num`
[INFO] [stdout]   --> src/main.rs:56:39
[INFO] [stdout]    |
[INFO] [stdout] 56 | fn get_possible_game_sum(input: &str, part_num: &str) -> i32 {
[INFO] [stdout]    |                                       ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_part_num`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0382`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0382`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `AdventOfCode` (bin "AdventOfCode") due to 1 previous error; 2 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `AdventOfCode` (bin "AdventOfCode" test) due to 1 previous error; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "6653a37b0a3a2472043b8b52eeeade141b8f5073e42c9f8ac6fd0b856e945cad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6653a37b0a3a2472043b8b52eeeade141b8f5073e42c9f8ac6fd0b856e945cad", kill_on_drop: false }`
[INFO] [stdout] 6653a37b0a3a2472043b8b52eeeade141b8f5073e42c9f8ac6fd0b856e945cad
